HELLO THE INTERNET
I KNOW THE FOLLOWING THINGS ABOUT YOU:
- Your IP adress is write(request.ip);
- your browser is write(request.agent);
- Using the write(request.protocol);protocol, you used the write(request.method);method to retrieve this document.
- You have previously accessed this application write(client.counter);times.
if (request.method == "POST")
{
write ("
- You reported your name to be "+request.yourname+".")
}
Let me tell you a little about myself:
- My host name is write(server.hostname);.
- This application has been accessed write(project.counter);times.
- This server has been accessed write(server.counter);times.
if (request.method == "GET")
{
write ("Tell me more about yourself:
")
write ("")
}